home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / libs / regex.lha / regex / STORMCinclude / pragma / regex_lib.h
Encoding:
C/C++ Source or Header  |  1999-04-23  |  456 b   |  23 lines

  1. #ifndef _INCLUDE_PRAGMA_REGEX_LIB_H
  2. #define _INCLUDE_PRAGMA_REGEX_LIB_H
  3.  
  4. #ifndef CLIB_REGEX_PROTOS_H
  5. #include <clib/regex.h>
  6. #endif
  7.  
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11.  
  12. #pragma amicall(RegexBase,0x024,regcomp(a0,a1,d0))
  13. #pragma amicall(RegexBase,0x02A,regerror(a1,d2,d0,d1))
  14. #pragma amicall(RegexBase,0x030,regexec(a1,d0,d1,d2,d3))
  15. #pragma amicall(RegexBase,0x036,regfree(a0))
  16.  
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20.  
  21.  
  22. #endif  /*  _INCLUDE_PRAGMA_REGEX_LIB_H  */
  23.